User Guides > PCC Imaging Services (PCCIS) > How To's for PCC Imaging Services (PCCIS) > How To's for the HTML5 Viewer > How to Customize the HTML5 Viewer |
You can customize the viewer in order to display a specific document, hide and show components that should or shouldn’t be used, or specify an annotation file.
Plugin Example |
Copy Code
|
---|---|
$("#myDiv").pccViewer( documentID: "myDocument.doc", toolboxMenuOpen: false, annotationID: 'Annotation Filename', uiElements: { toolTips: true, fullScreenToggle: true, firstLastPage: false } ); |
The example above demonstrates the following:
For a full list of customizable features, please refer to the Developer’s Guide.